home *** CD-ROM | disk | FTP | other *** search
- //========================================================================
- //
- // Flags.h
- //
- // Copyright 1996 Derek B. Noonburg
- //
- //========================================================================
-
- #ifndef FLAGS_H
- #define FLAGS_H
-
- // Size of RGB color cube.
- extern int rgbCubeSize;
-
- // Print commands as they're executed.
- extern GBool printCommands;
-
- // Send error messages to /dev/tty instead of stderr.
- extern GBool errorsToTTY;
-
- #endif
-